QueryParamsType
import { QueryParamsType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:111
Preview
type QueryParamsType = Record<string, QueryParamType>;
Structure
Record<string, QueryParamType>
import { QueryParamsType } from "@hyper-fetch/core"
Defined in adapter/adapter.types.ts:111
type QueryParamsType = Record<string, QueryParamType>;
Record<string, QueryParamType>